home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
etc
/
udev
/
rules.d
/
80-programs.rules
< prev
next >
Wrap
Text File
|
2008-10-24
|
563b
|
14 lines
# This file causes programs to be run on device insertion.
# See udev(7) for syntax.
#
# "Hotplug replacement" is handled in 90-modprobe.rules; this file only
# specifies rules for those programs that are shipped in the minimal Ubuntu
# system, programs outside of that may ship their own rules.
# Load firmware on demand
SUBSYSTEM=="firmware", ACTION=="add", RUN+="firmware_helper"
# Create special nodes for floppy devices
KERNEL=="fd[0-9]*", ACTION=="add", ATTRS{cmos}=="?*", \
RUN+="create_floppy_devices -c -t $attr{cmos} -m %M -M 0640 -G disk $root/%k"